home *** CD-ROM | disk | FTP | other *** search
/ Game Classics 1 / Game Classics 1.iso / dosgames / h4demo / install.bat < prev    next >
DOS Batch File  |  1994-09-28  |  537b  |  18 lines

  1. @echo off
  2. cls
  3. echo *****************************************
  4. echo This will install the HARDBALL 4 demo
  5. echo to the current directory.  If you want to 
  6. echo abort this operation, press CTRL-C now.
  7. echo *****************************************
  8. pause
  9. pkunzip demo.zip
  10. del demo.zip
  11. echo .
  12. echo **********************************
  13. echo To start the demo, type HB4DEMO.
  14. echo If you have problems, type HELP.
  15. echo Bear in mind, this demo is without
  16. echo music or mouse support.  Enjoy!
  17. echo **********************************
  18.